home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-03-06 | 695 b | 20 lines |
- #ident %W% %E% %Q%
- ###########################################################################
- # Sample makefile for non-shared libraries
- ###########################################################################
- SRCROOT= ..
- RULESDIR= RULES
- include $(SRCROOT)/$(RULESDIR)/rules.top
- ###########################################################################
-
- INSDIR= lib
- TARGETLIB= file
- #CPPOPTS += -DFOKUS
- CFILES= file.c apprentice.c softmagic.c
- LIBS=
- XMK_FILE= Makefile.man
-
- ###########################################################################
- include $(SRCROOT)/$(RULESDIR)/rules.lib
- ###########################################################################
-